type runtime.unwinder
25 uses
runtime (current package)
heapdump.go#L374: var u unwinder
mbitmap.go#L1948: var u unwinder
mgcmark.go#L971: var u unwinder
mprof.go#L741: var u unwinder
mprof.go#L1690: var u unwinder
panic.go#L1009: var u unwinder
panic.go#L1121: var u unwinder
proc.go#L5790: var u unwinder
stack.go#L1004: var u unwinder
traceback.go#L96: type unwinder struct {
traceback.go#L123: func (u *unwinder) init(gp *g, flags unwindFlags) {
traceback.go#L133: func (u *unwinder) initAt(pc0, sp0, lr0 uintptr, gp *g, flags unwindFlags) {
traceback.go#L210: *u = unwinder{}
traceback.go#L216: *u = unwinder{
traceback.go#L228: func (u *unwinder) valid() bool {
traceback.go#L253: func (u *unwinder) resolveInternal(innermost, isSyscall bool) {
traceback.go#L445: func (u *unwinder) next() {
traceback.go#L525: func (u *unwinder) finishInternal() {
traceback.go#L586: func (u *unwinder) symPC() uintptr {
traceback.go#L599: func (u *unwinder) cgoCallers(pcBuf []uintptr) int {
traceback.go#L626: func tracebackPCs(u *unwinder, skip int, pcBuf []uintptr) int {
traceback.go#L905: var u unwinder
traceback.go#L950: func traceback2(u *unwinder, showRuntime bool, skip, max int) (n, lastN int) {
traceback.go#L1104: var u unwinder
traceback.go#L1112: var u unwinder
 |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |